remember Background Removal
fun Dock.Button.rememberBackgroundRemoval(config: BackgroundRemovalConfig, builder: Dock.ButtonBuilder.() -> Unit = {}): Button<Dock.ItemScope>
A composable helper function that creates and remembers a Dock.Button that removes background from the current page.
Return
a button that will be displayed in the dock.
Parameters
config
configuration that selects the background removal backend.
builder
the builder lambda to override the default builder.